From b861683531c0bdf0c13413ae82799242e96570bc Mon Sep 17 00:00:00 2001 From: Michael Schumacher Date: Tue, 13 Mar 2007 22:54:55 +0000 Subject: [PATCH] use PATHSEP (platform-dependent, defined to ';' on win32) for 2007-03-13 Michael Schumacher * configure.ac: use PATHSEP (platform-dependent, defined to ';' on win32) for BABL_LIST_SEPERATOR svn path=/trunk/; revision=230 --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 706902f..b6b9c9d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-03-13 Michael Schumacher + + * configure.ac: use PATHSEP (platform-dependent, defined to ';' on + win32) for BABL_LIST_SEPERATOR + 2007-03-13 Michael Schumacher * configure.ac: AC_SUBST and AC_DEFINE $shrext into variables for diff --git a/configure.ac b/configure.ac index bc97373..3887b6e 100644 --- a/configure.ac +++ b/configure.ac @@ -200,7 +200,7 @@ AC_REPLACE_FUNCS(gettimeofday) AC_DEFINE_UNQUOTED(BABL_PATH, "~/.babl-$BABL_API_VERSION:/usr/local/lib/babl-$BABL_API_VERSION:/usr/lib/babl-$BABL_API_VERSION", [search path for babl extensions (default value of enviroment variable)]) AC_DEFINE(BABL_PATH_SEPERATOR, "/", [string used to seperate directories in a path string]) -AC_DEFINE(BABL_LIST_SEPERATOR, ':', [seperator between paths in BABL_PATH]) +AC_DEFINE_UNQUOTED(BABL_LIST_SEPERATOR, '$PATHSEP', [seperator between paths in BABL_PATH]) ##################################### # File extension for shared libraries -- 2.30.2